home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / cvlwar47.zip / WCPORTID.DOC < prev    next >
Text File  |  1992-02-02  |  2KB  |  63 lines

  1.  
  2.                 WILDCAT v3.x BBS Door\Caller File Interfaces
  3.                 --------------------------------------------
  4.  
  5.  WildCat BBS v3.0 and above can directly produce two caller info files for
  6.  use with external programs like Doors.
  7.  
  8.  They are;
  9.  
  10.    (1) USERINFO.DAT  (native to WC3.x)
  11.    (2) DOOR.SYS      (a standard adopted by GAP Communications)
  12.  
  13.  
  14.  If you are going to use the caller info file named "USERINFO.DAT", you 
  15.  must SET the port being used for the game in your DOS Environment.  The
  16.  file USERINFO.DAT does not contain the PORT number being used!  It only
  17.  contains the DCE baud rate (actual callers baud rate not PORT DTE rate).
  18.  For any external program to know what PORT to open for communications
  19.  it must look in the Environment to see if the port ID variable has been
  20.  set.   
  21.  
  22.  This means if you type SET and press ENTER on the DOS command line, your 
  23.  DOS Environment variables will be displayed.  In there should be the 
  24.  following variable assignment;
  25.   
  26.  WCPORTID=2  
  27.  
  28.  ...this would be for the BBS using COM 2 or in the case of it using COM 1, 
  29.  
  30.  WCPORTID=1
  31.   
  32.  ...If its not there you can easily SET this in your AUTOEXEC.BAT with the
  33.  following statement;
  34.   
  35.  SET WCPORTID=2
  36.   
  37.  If you need to only set the PORT ID for this one game, you can do it on the 
  38.  FIRST LINE of the calling batchfile for the game;
  39.   
  40.  SET WCPORTID=2
  41.  DCASTLE /WC3
  42.  CD C:\BBS
  43.  EXIT
  44.   
  45.  If you DO NOT wish to use WILDCATS v3.0 new caller file (USERINFO.DAT)
  46.  you must then use the DOOR.SYS caller file that WC writes and change the 
  47.  path to DOOR.SYS in line #4 of the CASTLE.CFG file and call the game with
  48.  the "/GAP" switch.  This tells the game to read DOOR.SYS for caller info.  
  49.  Example;
  50.  
  51.  DCASTLE /GAP
  52.  
  53.  The standardization of BBS's using the DOOR.SYS file began with the GAP
  54.  Communications System BBS and has continued onto WildCat as well now.
  55.  The use of the "/GAP" command line switch and reading the DOOR.SYS that 
  56.  Wildcat produces works fine, as WC3.0 does write a "standard" DOOR.SYS 
  57.  caller info file as adopted by GAP Communications some years back. 
  58.  
  59.  So, you as a WC3.x user have two different ways to directly interface 
  60.  this and all other Late-Nite games for your WildCat 3.x BBS.
  61.  
  62.  -Marv
  63.